Authorizations
API key to authorize requests.
Headers
Only return the file if the current ETag matches one of the values provided
Only return the file if the current ETag does not match any of the values provided
Only return the file if it has been modified after the given date
"Tue, 12 Aug 2025 12:03:50 GMT"
Only return the file if it has not been modified after the given date
"Tue, 12 Aug 2025 12:03:50 GMT"
Path Parameters
Unique identifier of the file to check
Query Parameters
Image quality (1-100). Only applies to JPEG, WebP and PNG files
1 <= x <= 100
Maximum height to resize image to while maintaining aspect ratio. Only applies to image files
x >= 1
Maximum width to resize image to while maintaining aspect ratio. Only applies to image files
x >= 1
Blur the image using this sigma value. Only applies to image files
x >= 0
Output format for image files. Use 'auto' for content negotiation based on Accept header
auto
, same
, jpeg
, webp
, png
, avif
"same"
Response
File information headers retrieved successfully